1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmLogin
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLogin))
27         Me.Label1 = New System.Windows.Forms.Label()
28         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
29         Me.txtUsername = New System.Windows.Forms.TextBox()
30         Me.txtPassword = New System.Windows.Forms.TextBox()
31         Me.btnClear = New System.Windows.Forms.Button()
32         Me.Label2 = New System.Windows.Forms.Label()
33         Me.lbluname = New System.Windows.Forms.Label()
34         Me.lblDate = New System.Windows.Forms.Label()
35         Me.lblTime = New System.Windows.Forms.Label()
36         Me.TimerDate = New System.Windows.Forms.Timer(Me.components)
37         Me.btnLogin = New System.Windows.Forms.Button()
38         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
39         Me.SuspendLayout()
40         
'
41         
'Label1
42         
'
43         Me.Label1.AutoSize = True
44         Me.Label1.BackColor = System.Drawing.Color.Transparent
45         Me.Label1.Font = New System.Drawing.Font(
"Monotype Corsiva", 15.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
46         Me.Label1.ForeColor = System.Drawing.Color.Indigo
47         Me.Label1.Location = New System.Drawing.Point(
16, 186)
48         Me.Label1.Name =
"Label1"
49         Me.Label1.Size = New System.Drawing.Size(
92, 25)
50         Me.Label1.TabIndex =
1
51         Me.Label1.Text =
"Username:"
52         
'
53         
'PictureBox1
54         
'
55         Me.PictureBox1.Image = Global.Stationary_Information_System.My.Resources.Resources.Notification_Icon
56         Me.PictureBox1.Location = New System.Drawing.Point(
158, 12)
57         Me.PictureBox1.Name =
"PictureBox1"
58         Me.PictureBox1.Size = New System.Drawing.Size(
163, 159)
59         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
60         Me.PictureBox1.TabIndex =
2
61         Me.PictureBox1.TabStop = False
62         
'
63         
'txtUsername
64         
'
65         Me.txtUsername.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower
66         Me.txtUsername.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
67         Me.txtUsername.Location = New System.Drawing.Point(
113, 184)
68         Me.txtUsername.Multiline = True
69         Me.txtUsername.Name =
"txtUsername"
70         Me.txtUsername.Size = New System.Drawing.Size(
221, 31)
71         Me.txtUsername.TabIndex =
3
72         
'
73         
'txtPassword
74         
'
75         Me.txtPassword.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
76         Me.txtPassword.Location = New System.Drawing.Point(
113, 234)
77         Me.txtPassword.Multiline = True
78         Me.txtPassword.Name =
"txtPassword"
79         Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
42)
80         Me.txtPassword.Size = New System.Drawing.Size(
221, 31)
81         Me.txtPassword.TabIndex =
4
82         
'
83         
'btnClear
84         
'
85         Me.btnClear.BackgroundImage = CType(resources.GetObject(
"btnClear.BackgroundImage"), System.Drawing.Image)
86         Me.btnClear.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
87         Me.btnClear.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
88         Me.btnClear.ForeColor = System.Drawing.Color.Indigo
89         Me.btnClear.Image = Global.Stationary_Information_System.My.Resources.Resources.edit_clear__1_
90         Me.btnClear.ImageAlign = System.Drawing.ContentAlignment.TopLeft
91         Me.btnClear.Location = New System.Drawing.Point(
226, 285)
92         Me.btnClear.Name =
"btnClear"
93         Me.btnClear.Size = New System.Drawing.Size(
119, 56)
94         Me.btnClear.TabIndex =
5
95         Me.btnClear.Text =
"Clear"
96         Me.btnClear.TextAlign = System.Drawing.ContentAlignment.BottomRight
97         Me.btnClear.UseVisualStyleBackColor = True
98         
'
99         
'Label2
100         
'
101         Me.Label2.AutoSize = True
102         Me.Label2.BackColor = System.Drawing.Color.Transparent
103         Me.Label2.Font = New System.Drawing.Font(
"Monotype Corsiva", 15.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
104         Me.Label2.ForeColor = System.Drawing.Color.Indigo
105         Me.Label2.Location = New System.Drawing.Point(
21, 237)
106         Me.Label2.Name =
"Label2"
107         Me.Label2.Size = New System.Drawing.Size(
89, 25)
108         Me.Label2.TabIndex =
6
109         Me.Label2.Text =
"Password:"
110         
'
111         
'lbluname
112         
'
113         Me.lbluname.AutoSize = True
114         Me.lbluname.BackColor = System.Drawing.Color.Transparent
115         Me.lbluname.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
116         Me.lbluname.Location = New System.Drawing.Point(
327, 47)
117         Me.lbluname.Name =
"lbluname"
118         Me.lbluname.Size = New System.Drawing.Size(
96, 20)
119         Me.lbluname.TabIndex =
7
120         Me.lbluname.Text =
"Username:"
121         Me.lbluname.Visible = False
122         
'
123         
'lblDate
124         
'
125         Me.lblDate.AutoSize = True
126         Me.lblDate.BackColor = System.Drawing.Color.Transparent
127         Me.lblDate.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
128         Me.lblDate.ForeColor = System.Drawing.Color.Aqua
129         Me.lblDate.Location = New System.Drawing.Point(
12, 74)
130         Me.lblDate.Name =
"lblDate"
131         Me.lblDate.Size = New System.Drawing.Size(
70, 16)
132         Me.lblDate.TabIndex =
9
133         Me.lblDate.Text =
"Loading..."
134         Me.lblDate.Visible = False
135         
'
136         
'lblTime
137         
'
138         Me.lblTime.AutoSize = True
139         Me.lblTime.BackColor = System.Drawing.Color.Transparent
140         Me.lblTime.Font = New System.Drawing.Font(
"Tahoma", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
141         Me.lblTime.ForeColor = System.Drawing.Color.Aqua
142         Me.lblTime.Location = New System.Drawing.Point(
12, 36)
143         Me.lblTime.Name =
"lblTime"
144         Me.lblTime.Size = New System.Drawing.Size(
146, 33)
145         Me.lblTime.TabIndex =
8
146         Me.lblTime.Text =
"Loading..."
147         Me.lblTime.Visible = False
148         
'
149         
'TimerDate
150         
'
151         Me.TimerDate.Interval =
500
152         
'
153         
'btnLogin
154         
'
155         Me.btnLogin.BackgroundImage = Global.Stationary_Information_System.My.Resources.Resources.buttons
156         Me.btnLogin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
157         Me.btnLogin.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
158         Me.btnLogin.ForeColor = System.Drawing.Color.Indigo
159         Me.btnLogin.Image = Global.Stationary_Information_System.My.Resources.Resources.Untitled_5
160         Me.btnLogin.ImageAlign = System.Drawing.ContentAlignment.TopLeft
161         Me.btnLogin.Location = New System.Drawing.Point(
101, 285)
162         Me.btnLogin.Name =
"btnLogin"
163         Me.btnLogin.Size = New System.Drawing.Size(
119, 56)
164         Me.btnLogin.TabIndex =
0
165         Me.btnLogin.Text =
"Login"
166         Me.btnLogin.TextAlign = System.Drawing.ContentAlignment.BottomRight
167         Me.btnLogin.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
168         Me.btnLogin.UseVisualStyleBackColor = True
169         
'
170         
'frmLogin
171         
'
172         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
173         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
174         Me.BackgroundImage = Global.Stationary_Information_System.My.Resources.Resources.gray
175         Me.ClientSize = New System.Drawing.Size(
440, 353)
176         Me.Controls.Add(Me.lblDate)
177         Me.Controls.Add(Me.lblTime)
178         Me.Controls.Add(Me.lbluname)
179         Me.Controls.Add(Me.Label2)
180         Me.Controls.Add(Me.btnClear)
181         Me.Controls.Add(Me.txtPassword)
182         Me.Controls.Add(Me.txtUsername)
183         Me.Controls.Add(Me.PictureBox1)
184         Me.Controls.Add(Me.Label1)
185         Me.Controls.Add(Me.btnLogin)
186         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
187         Me.MaximizeBox = False
188         Me.MinimizeBox = False
189         Me.Name =
"frmLogin"
190         Me.Opacity =
0.8R
191         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
192         Me.Text =
"Welcome To Sationary Information System"
193         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
194         Me.ResumeLayout(False)
195         Me.PerformLayout()
196
197     End Sub
198     Friend WithEvents Label1 As System.Windows.Forms.Label
199     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
200     Friend WithEvents txtUsername As System.Windows.Forms.TextBox
201     Friend WithEvents txtPassword As System.Windows.Forms.TextBox
202     Friend WithEvents btnClear As System.Windows.Forms.Button
203     Friend WithEvents Label2 As System.Windows.Forms.Label
204     Friend WithEvents lbluname As System.Windows.Forms.Label
205     Friend WithEvents lblDate As System.Windows.Forms.Label
206     Friend WithEvents lblTime As System.Windows.Forms.Label
207     Friend WithEvents TimerDate As System.Windows.Forms.Timer
208     Friend WithEvents btnLogin As System.Windows.Forms.Button
209 End Class


Gõ tìm kiếm nhanh...